home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 1 / MacMania 1.toast / Educational / Travel / Las Vegas / background_5756.txt < prev    next >
Text File  |  1990-08-22  |  2KB  |  123 lines

  1. -- background: 5756 from stack: in
  2. -- bmap block id: 11449
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openBackground
  8.   push recent card
  9. end openBackground
  10.  
  11.  
  12. -- part 1 (button)
  13. -- low flags: 00
  14. -- high flags: 0000
  15. -- rect: left=141 top=269 right=306 bottom=184
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 32670 / 32670
  18. -- text alignment: 1
  19. -- font id: 0
  20. -- text size: 12
  21. -- style flags: 0
  22. -- line height: 16
  23. -- part name: 
  24. ----- HyperTalk script -----
  25. on mouseUp
  26.   show all cards
  27. end mouseUp
  28.  
  29.  
  30.  
  31. -- part 5 (field)
  32. -- low flags: 00
  33. -- high flags: 0000
  34. -- rect: left=148 top=130 right=276 bottom=473
  35. -- title width / last selected line: 0
  36. -- icon id / first selected line: 0 / 0
  37. -- text alignment: 0
  38. -- font id: 3
  39. -- text size: 14
  40. -- style flags: 0
  41. -- line height: 18
  42. -- part name: Article
  43.  
  44.  
  45. -- part 8 (button)
  46. -- low flags: 00
  47. -- high flags: 0000
  48. -- rect: left=281 top=275 right=300 bottom=308
  49. -- title width / last selected line: 0
  50. -- icon id / first selected line: 1014 / 1014
  51. -- text alignment: 1
  52. -- font id: 0
  53. -- text size: 12
  54. -- style flags: 0
  55. -- line height: 16
  56. -- part name: Prev
  57. ----- HyperTalk script -----
  58. on mouseUp
  59.   visual effect wipe right
  60.   go to previous card
  61. end mouseUp
  62.  
  63.  
  64.  
  65. -- part 9 (button)
  66. -- low flags: 00
  67. -- high flags: 0000
  68. -- rect: left=309 top=275 right=300 bottom=336
  69. -- title width / last selected line: 0
  70. -- icon id / first selected line: 1013 / 1013
  71. -- text alignment: 1
  72. -- font id: 0
  73. -- text size: 12
  74. -- style flags: 0
  75. -- line height: 16
  76. -- part name: Next
  77. ----- HyperTalk script -----
  78. on mouseUp
  79.   visual effect wipe left
  80.   go to next card
  81. end mouseUp
  82.  
  83.  
  84.  
  85. -- part 11 (button)
  86. -- low flags: 00
  87. -- high flags: 0004
  88. -- rect: left=3 top=23 right=52 bottom=35
  89. -- title width / last selected line: 0
  90. -- icon id / first selected line: 21700 / 21700
  91. -- text alignment: 1
  92. -- font id: 0
  93. -- text size: 12
  94. -- style flags: 0
  95. -- line height: 16
  96. -- part name: Home
  97. ----- HyperTalk script -----
  98. on mouseUp
  99.   visual effect iris open
  100.   go Home
  101. end mouseUp
  102.  
  103.  
  104.  
  105. -- part 12 (button)
  106. -- low flags: 00
  107. -- high flags: 0000
  108. -- rect: left=443 top=273 right=301 bottom=480
  109. -- title width / last selected line: 0
  110. -- icon id / first selected line: 1012 / 1012
  111. -- text alignment: 1
  112. -- font id: 0
  113. -- text size: 12
  114. -- style flags: 0
  115. -- line height: 16
  116. -- part name: Return
  117. ----- HyperTalk script -----
  118. on mouseUp
  119.   visual effect iris close
  120.   pop card
  121. end mouseUp
  122.  
  123.